+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
+2002-02-16 Manish Singh <yosh@gimp.org>
+
+ * tests/testgtk.c: hm, check buttons look better for below.
+
2002-02-16 Manish Singh <yosh@gimp.org>
* tests/testgtk.c: redid the filesel test. Added a way to set select
G_CALLBACK (gtk_widget_destroy),
window);
- button = gtk_toggle_button_new_with_label ("Show Fileops");
+ button = gtk_check_button_new_with_label ("Show Fileops");
g_signal_connect (button, "toggled",
G_CALLBACK (show_fileops),
window);
button, FALSE, FALSE, 0);
gtk_widget_show (button);
- button = gtk_toggle_button_new_with_label ("Select Multiple");
+ button = gtk_check_button_new_with_label ("Select Multiple");
g_signal_connect (button, "clicked",
G_CALLBACK (select_multiple),
window);